home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Classes / 2.0_GraphView / Examples / plotTest / PlotControl.h < prev    next >
Encoding:
Text File  |  1992-07-16  |  297 b   |  19 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <objc/Object.h>
  5.  
  6. @interface PlotControl:Object
  7. {
  8.     id    thePlotView1;
  9.     id    thePlotView2;
  10.     id    thePlotView3;
  11. }
  12. - appDidInit:sender;
  13. - plotPoints:sender;
  14. - plotLines:sender;
  15. - plotArray:sender;
  16. - tempPlotArray:sender;
  17. - printKeyWindow:sender;
  18. @end
  19.